home *** CD-ROM | disk | FTP | other *** search
- menubegin colspcmenu
- button [
- [ locate 16 32 size 64 64 dispfunc drawPltList_init id itemColList ]
- [ locate 16 112 size SPCSIZ1 SPCSIZ1 id itemColSpace ]
- [ id itemColSpace2 ]
- [ id itemColSpace3 ]
- [ locate 16 200 string "H" ]
- [ locate 34 200 string "L" ]
- [ locate 52 200 string "S" ]
- ]
- scrollbar [
- [ locate 16 108 vertical size 74 allsize 99+8 dspsize 8
- barfunc barmove_H dispnum inverse id barI0 ]
- [ locate 34 108 vertical size 74 allsize 99+8 dspsize 8
- barfunc barmove_LS dispnum inverse id barI1 ]
- [ locate 52 108 vertical size 74 allsize 99+8 dspsize 8
- barfunc barmove_LS dispnum inverse id barI2 ]
- ]
- title "HLS色空間"
- size 304 234
- dispfunc disp_colspcmenu
- erasefunc erase_colspcmenu
- menuend
-
- buttonbegin HLScomments
- [ locate 112-16 32+SPCSIZ1-65 string "↑" ]
- [ locate 112-16 32+SPCSIZ1-65+12 string "明" ]
- [ locate 112-16 32+SPCSIZ1-65+24 string "度" ]
- [ locate 112-22 32+SPCSIZ1-65+38 string "(L)" ]
- [ locate 112+12 32+SPCSIZ1 string "彩度(S)→" ]
- [ locate 112+SPCSIZ1-40 32+SPCSIZ1+6 string "色相(H)" ]
- buttonend
-
- buttonbegin notHLSsubbutton
- [ locate 112 32 size SPCSIZ1 SPCSIZ1 ]
- [ ]
- [ ]
- buttonend
-
- buttonbegin HLSsubbutton
- [ locate 112 32 size SPCSIZ1-48 SPCSIZ1 ]
- [ locate 112+SPCSIZ1-48+16 32 size 32 SPCSIZ1 ]
- [ buttons HLScomments ]
- buttonend
-